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