Uses of Interface
net.minecraft.class_10889
Packages that use class_10889
Package
Description
The base package for all Minecraft classes.
-
Uses of class_10889 in net.minecraft
Fields in net.minecraft declared as class_10889Methods in net.minecraft that return class_10889Method parameters in net.minecraft with type arguments of type class_10889Modifier and TypeMethodDescriptionvoidclass_10893.method_68513(Random random, List<class_10889> list) voidclass_10895.method_68513(Random random, List<class_10889> list) Constructors in net.minecraft with parameters of type class_10889 -
Uses of class_10889 in net.minecraft.client.render.block
Fields in net.minecraft.client.render.block with type parameters of type class_10889Method parameters in net.minecraft.client.render.block with type arguments of type class_10889Modifier and TypeMethodDescriptionvoidBlockModelRenderer.render(BlockRenderView world, List<class_10889> list, BlockState state, BlockPos pos, MatrixStack matrices, VertexConsumer vertexConsumer, boolean cull, int int2) voidBlockRenderManager.renderBlock(BlockState state, BlockPos pos, BlockRenderView world, MatrixStack matrices, VertexConsumer vertexConsumer, boolean cull, List<class_10889> list) voidBlockModelRenderer.renderFlat(BlockRenderView world, List<class_10889> list, BlockState state, BlockPos pos, MatrixStack matrices, VertexConsumer vertexConsumer, boolean cull, int int2) voidBlockModelRenderer.renderSmooth(BlockRenderView world, List<class_10889> list, BlockState state, BlockPos pos, MatrixStack matrices, VertexConsumer vertexConsumer, boolean cull, int int2) -
Uses of class_10889 in net.minecraft.client.render.model
Classes in net.minecraft.client.render.model that implement class_10889Methods in net.minecraft.client.render.model that return types with arguments of type class_10889Modifier and TypeMethodDescriptiondefault List<class_10889> BakedModel.method_68512(Random random) Method parameters in net.minecraft.client.render.model with type arguments of type class_10889Modifier and TypeMethodDescriptionvoidBakedModel.method_68513(Random random, List<class_10889> list) voidWeightedBakedModel.method_68513(Random random, List<class_10889> list) -
Uses of class_10889 in net.minecraft.client.render.model.json
Methods in net.minecraft.client.render.model.json that return class_10889