Package tschipp.callablehorses
Class Constants
java.lang.Object
tschipp.callablehorses.Constants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.resources.ResourceLocationstatic final net.minecraft.tags.TagKey<net.minecraft.world.entity.EntityType<?>> The only thing that decides eligibility.static final CallableHorsesConfigstatic final intstatic final net.minecraft.resources.ResourceLocationstatic final org.slf4j.Loggerstatic final Stringstatic final Stringstatic final net.minecraft.resources.ResourceLocationstatic final net.minecraft.resources.ResourceLocationstatic final net.minecraft.resources.ResourceLocationstatic final net.minecraft.resources.ResourceLocationstatic final net.minecraft.resources.ResourceLocation -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MOD_ID
- See Also:
-
MOD_NAME
- See Also:
-
LOG
public static final org.slf4j.Logger LOG -
COMMON_CONFIG
-
CALLABLE_HORSES
public static final net.minecraft.tags.TagKey<net.minecraft.world.entity.EntityType<?>> CALLABLE_HORSESThe only thing that decides eligibility. The entity still has to be a Mob, because the walking, tracking and stat viewer code all need one. -
CALL_FOLLOW_RANGE_MODIFIER
public static final net.minecraft.resources.ResourceLocation CALL_FOLLOW_RANGE_MODIFIER -
HORSE_FLAG_SADDLE
public static final int HORSE_FLAG_SADDLE- See Also:
-
HORSE_OWNER_ID
public static final net.minecraft.resources.ResourceLocation HORSE_OWNER_ID -
STORED_HORSE_ID
public static final net.minecraft.resources.ResourceLocation STORED_HORSE_ID -
PACKET_ID_SYNC_HORSE
public static final net.minecraft.resources.ResourceLocation PACKET_ID_SYNC_HORSE -
PACKET_ID_SYNC_OWNER_SHOW_STATS
public static final net.minecraft.resources.ResourceLocation PACKET_ID_SYNC_OWNER_SHOW_STATS -
PACKET_ID_PRESS_KEY
public static final net.minecraft.resources.ResourceLocation PACKET_ID_PRESS_KEY -
PACKET_ID_PLAY_WHISTLE
public static final net.minecraft.resources.ResourceLocation PACKET_ID_PLAY_WHISTLE
-
-
Constructor Details
-
Constants
public Constants()
-
-
Method Details
-
id
-