Uses of Class
net.minecraft.block.pattern.BlockPattern
-
Packages that use BlockPattern Package Description net.minecraft.block net.minecraft.block.pattern net.minecraft.world.end -
-
Uses of BlockPattern in net.minecraft.block
Fields in net.minecraft.block declared as BlockPattern Modifier and Type Field Description private BlockPattern
CarvedPumpkinBlock. ironGolemBase
private BlockPattern
CarvedPumpkinBlock. ironGolemFull
private static BlockPattern
EndPortalFrameBlock. portalShape
private BlockPattern
CarvedPumpkinBlock. snowGolemBase
private BlockPattern
CarvedPumpkinBlock. snowGolemFull
private static BlockPattern
WitherSkeletonSkullBlock. witherPatternBase
private static BlockPattern
WitherSkeletonSkullBlock. witherPatternFull
Methods in net.minecraft.block that return BlockPattern Modifier and Type Method Description private BlockPattern
CarvedPumpkinBlock. getOrCreateIronGolemBase()
private BlockPattern
CarvedPumpkinBlock. getOrCreateIronGolemFull()
static BlockPattern
EndPortalFrameBlock. getOrCreatePortalShape()
private BlockPattern
CarvedPumpkinBlock. getOrCreateSnowGolemBase()
private BlockPattern
CarvedPumpkinBlock. getOrCreateSnowGolemFull()
private static BlockPattern
WitherSkeletonSkullBlock. getOrCreateWitherBase()
private static BlockPattern
WitherSkeletonSkullBlock. getOrCreateWitherFull()
-
Uses of BlockPattern in net.minecraft.block.pattern
Methods in net.minecraft.block.pattern that return BlockPattern Modifier and Type Method Description BlockPattern
BlockPatternBuilder. build()
-
Uses of BlockPattern in net.minecraft.world.end
Fields in net.minecraft.world.end declared as BlockPattern Modifier and Type Field Description private BlockPattern
DragonFightManager. exitPortalPattern
-