Class Constants

java.lang.Object
tschipp.callablehorses.Constants

public class Constants extends Object
  • Field Details

    • MOD_ID

      public static final String MOD_ID
      See Also:
    • MOD_NAME

      public static final String MOD_NAME
      See Also:
    • LOG

      public static final org.slf4j.Logger LOG
    • COMMON_CONFIG

      public static final CallableHorsesConfig COMMON_CONFIG
    • CALLABLE_HORSES

      public static final net.minecraft.tags.TagKey<net.minecraft.world.entity.EntityType<?>> CALLABLE_HORSES
      The 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

      public static net.minecraft.resources.ResourceLocation id(String path)