Uses of Class
net.minecraft.util.LazyValue
-
Packages that use LazyValue Package Description net.minecraft.client.renderer.texture net.minecraft.client.util net.minecraft.item net.minecraft.network net.minecraftforge.common -
-
Uses of LazyValue in net.minecraft.client.renderer.texture
Fields in net.minecraft.client.renderer.texture declared as LazyValue Modifier and Type Field Description private static LazyValue<NativeImage>
MissingTextureSprite. MISSING_IMAGE_DATA
-
Uses of LazyValue in net.minecraft.client.util
Fields in net.minecraft.client.util declared as LazyValue Modifier and Type Field Description private LazyValue<ITextComponent>
InputMappings.Input. displayName
-
Uses of LazyValue in net.minecraft.item
Fields in net.minecraft.item declared as LazyValue Modifier and Type Field Description private LazyValue<Ingredient>
ArmorMaterial. repairIngredient
private LazyValue<Ingredient>
ItemTier. repairIngredient
-
Uses of LazyValue in net.minecraft.network
Fields in net.minecraft.network declared as LazyValue Modifier and Type Field Description static LazyValue<io.netty.channel.DefaultEventLoopGroup>
NetworkManager. LOCAL_WORKER_GROUP
static LazyValue<io.netty.channel.epoll.EpollEventLoopGroup>
NetworkManager. NETWORK_EPOLL_WORKER_GROUP
static LazyValue<io.netty.channel.nio.NioEventLoopGroup>
NetworkManager. NETWORK_WORKER_GROUP
static LazyValue<io.netty.channel.epoll.EpollEventLoopGroup>
NetworkSystem. SERVER_EPOLL_EVENT_GROUP
static LazyValue<io.netty.channel.nio.NioEventLoopGroup>
NetworkSystem. SERVER_EVENT_GROUP
-
Uses of LazyValue in net.minecraftforge.common
Fields in net.minecraftforge.common declared as LazyValue Modifier and Type Field Description private static LazyValue<com.mojang.serialization.Codec<SimpleRegistry<Dimension>>>
ForgeHooks. CODEC
-