Class WildfireGender

java.lang.Object
com.wildfire.common.WildfireGender

public class WildfireGender extends Object
  • Field Details

    • LOGGER

      public static final org.slf4j.Logger LOGGER
    • CACHE

      public static final com.google.common.cache.LoadingCache<UUID, PlayerConfigHolder> CACHE
  • Constructor Details

    • WildfireGender

      public WildfireGender()
  • Method Details

    • getPlayerById

      public static @Nullable PlayerConfigHolder getPlayerById(UUID id)
    • getOrAddPlayerById

      public static PlayerConfigHolder getOrAddPlayerById(UUID id)
    • id

      public static net.minecraft.resources.Identifier id(String path)
    • clientBoundPacket

      public static <T extends net.minecraft.network.protocol.common.custom.CustomPacketPayload> net.minecraft.network.protocol.common.custom.CustomPacketPayload.Type<T> clientBoundPacket(String path)
    • serverBoundPacket

      public static <T extends net.minecraft.network.protocol.common.custom.CustomPacketPayload> net.minecraft.network.protocol.common.custom.CustomPacketPayload.Type<T> serverBoundPacket(String path)