Uses of Record Class
net.minecraft.class_9307
Packages that use class_9307
Package
Description
The base package for all Minecraft classes.
-
Uses of class_9307 in net.minecraft
Fields in net.minecraft declared as class_9307Fields in net.minecraft with type parameters of type class_9307Modifier and TypeFieldDescriptionstatic final class_9331<class_9307> class_9334.BANNER_PATTERNSstatic final com.mojang.serialization.Codec<class_9307> class_9307.field_49405static final PacketCodec<RegistryByteBuf, class_9307> class_9307.field_49406Methods in net.minecraft that return class_9307Modifier and TypeMethodDescriptionclass_9307.method_57571()class_9307.method_57572(DyeColor dyeColor) class_9307.Patterns.method_57573()Methods in net.minecraft with parameters of type class_9307 -
Uses of class_9307 in net.minecraft.block.entity
Fields in net.minecraft.block.entity declared as class_9307Modifier and TypeFieldDescriptionprivate class_9307BannerBlockEntity.field_49403private class_9307BannerBlockEntity.patternListNbtMethods in net.minecraft.block.entity that return class_9307Methods in net.minecraft.block.entity with parameters of type class_9307Modifier and TypeMethodDescriptionprivate voidBannerBlockEntity.method_57565(class_9307 class_9307) -
Uses of class_9307 in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame declared as class_9307 -
Uses of class_9307 in net.minecraft.client.render.block.entity
Methods in net.minecraft.client.render.block.entity with parameters of type class_9307Modifier and TypeMethodDescriptionstatic voidBannerBlockEntityRenderer.renderCanvas(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, int overlay, ModelPart canvas, SpriteIdentifier baseSprite, boolean isBanner, class_9307 class_9307) static voidBannerBlockEntityRenderer.renderCanvas(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, int overlay, ModelPart canvas, SpriteIdentifier baseSprite, boolean isBanner, class_9307 class_9307, boolean glint) -
Uses of class_9307 in net.minecraft.loot.function
Fields in net.minecraft.loot.function declared as class_9307Constructors in net.minecraft.loot.function with parameters of type class_9307ModifierConstructorDescription(package private)SetBannerPatternFunction(List<LootCondition> conditions, class_9307 class_9307, boolean append)