Uses of Class
net.minecraft.block.Block.RenderSideCacheKey
-
Packages that use Block.RenderSideCacheKey Package Description net.minecraft.block net.minecraft.fluid -
-
Uses of Block.RenderSideCacheKey in net.minecraft.block
Fields in net.minecraft.block with type parameters of type Block.RenderSideCacheKey Modifier and Type Field Description private static java.lang.ThreadLocal<it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap<Block.RenderSideCacheKey>>
Block. OCCLUSION_CACHE
-
Uses of Block.RenderSideCacheKey in net.minecraft.fluid
Fields in net.minecraft.fluid with type parameters of type Block.RenderSideCacheKey Modifier and Type Field Description private static java.lang.ThreadLocal<it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap<Block.RenderSideCacheKey>>
FlowingFluid. OCCLUSION_CACHE
-