Uses of Class
net.minecraft.util.Lazy
Package | Description |
---|---|
net.minecraft.client.texture | |
net.minecraft.client.util | |
net.minecraft.item | |
net.minecraft.network | |
net.minecraft.server |
-
Uses of Lazy in net.minecraft.client.texture
Fields in net.minecraft.client.texture declared as Lazy Modifier and Type Field Description private static Lazy<NativeImage>
MissingSprite. IMAGE
-
Uses of Lazy in net.minecraft.client.util
Fields in net.minecraft.client.util declared as Lazy Modifier and Type Field Description private Lazy<Text>
InputUtil.Key. localizedText
-
Uses of Lazy in net.minecraft.item
Fields in net.minecraft.item declared as Lazy Modifier and Type Field Description private Lazy<Ingredient>
ToolMaterials. repairIngredient
private Lazy<Ingredient>
ArmorMaterials. repairIngredientSupplier
-
Uses of Lazy in net.minecraft.network
Fields in net.minecraft.network declared as Lazy Modifier and Type Field Description static Lazy<NioEventLoopGroup>
ClientConnection. CLIENT_IO_GROUP
static Lazy<EpollEventLoopGroup>
ClientConnection. EPOLL_CLIENT_IO_GROUP
static Lazy<DefaultEventLoopGroup>
ClientConnection. LOCAL_CLIENT_IO_GROUP
-
Uses of Lazy in net.minecraft.server
Fields in net.minecraft.server declared as Lazy Modifier and Type Field Description static Lazy<NioEventLoopGroup>
ServerNetworkIo. DEFAULT_CHANNEL
static Lazy<EpollEventLoopGroup>
ServerNetworkIo. EPOLL_CHANNEL