Uses of Class
net.minecraft.block.pattern.BlockPattern
Package
Description
-
Uses of BlockPattern in net.minecraft.block
Modifier 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
Modifier 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
-
Uses of BlockPattern in net.minecraft.entity.boss.dragon