Uses of Class
net.minecraft.block.pattern.BlockPattern
Packages that use BlockPattern
Package
Description
-
Uses of BlockPattern in net.minecraft.block
Fields in net.minecraft.block declared as BlockPatternModifier and TypeFieldDescriptionprivate static BlockPattern
EndPortalFrameBlock.COMPLETED_FRAME
private @Nullable BlockPattern
CarvedPumpkinBlock.ironGolemDispenserPattern
private @Nullable BlockPattern
CarvedPumpkinBlock.ironGolemPattern
private @Nullable BlockPattern
CarvedPumpkinBlock.snowGolemDispenserPattern
private @Nullable BlockPattern
CarvedPumpkinBlock.snowGolemPattern
private static @Nullable BlockPattern
WitherSkullBlock.witherBossPattern
private static @Nullable BlockPattern
WitherSkullBlock.witherDispenserPattern
Methods in net.minecraft.block that return BlockPatternModifier and TypeMethodDescriptionstatic BlockPattern
EndPortalFrameBlock.getCompletedFramePattern()
private BlockPattern
CarvedPumpkinBlock.getIronGolemDispenserPattern()
private BlockPattern
CarvedPumpkinBlock.getIronGolemPattern()
private BlockPattern
CarvedPumpkinBlock.getSnowGolemDispenserPattern()
private BlockPattern
CarvedPumpkinBlock.getSnowGolemPattern()
private static BlockPattern
WitherSkullBlock.getWitherBossPattern()
private static BlockPattern
WitherSkullBlock.getWitherDispenserPattern()
-
Uses of BlockPattern in net.minecraft.block.pattern
Methods in net.minecraft.block.pattern that return BlockPattern -
Uses of BlockPattern in net.minecraft.entity.boss.dragon
Fields in net.minecraft.entity.boss.dragon declared as BlockPattern