Uses of Class
net.minecraft.world.level.block.state.pattern.BlockPattern
Packages that use BlockPattern
Package
Description
-
Uses of BlockPattern in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block declared as BlockPatternModifier and TypeFieldDescriptionprivate BlockPattern
CarvedPumpkinBlock.ironGolemBase
private BlockPattern
CarvedPumpkinBlock.ironGolemFull
private static BlockPattern
EndPortalFrameBlock.portalShape
private BlockPattern
CarvedPumpkinBlock.snowGolemBase
private BlockPattern
CarvedPumpkinBlock.snowGolemFull
private static BlockPattern
WitherSkullBlock.witherPatternBase
private static BlockPattern
WitherSkullBlock.witherPatternFull
Methods in net.minecraft.world.level.block that return BlockPatternModifier and TypeMethodDescriptionprivate BlockPattern
CarvedPumpkinBlock.getOrCreateIronGolemBase()
private BlockPattern
CarvedPumpkinBlock.getOrCreateIronGolemFull()
static BlockPattern
EndPortalFrameBlock.getOrCreatePortalShape()
private BlockPattern
CarvedPumpkinBlock.getOrCreateSnowGolemBase()
private BlockPattern
CarvedPumpkinBlock.getOrCreateSnowGolemFull()
private static BlockPattern
WitherSkullBlock.getOrCreateWitherBase()
private static BlockPattern
WitherSkullBlock.getOrCreateWitherFull()
-
Uses of BlockPattern in net.minecraft.world.level.block.state.pattern
Methods in net.minecraft.world.level.block.state.pattern that return BlockPattern -
Uses of BlockPattern in net.minecraft.world.level.dimension.end
Fields in net.minecraft.world.level.dimension.end declared as BlockPattern