Class TileEntityRegistration
java.lang.Object
com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
Tile Entities added by Pixelmon.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<ArcChaliceTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<BirdShrineTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<BoxTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<BellTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<ClockTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<CloningMachineTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<CookingPotTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<DecorativeBaseTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<TreeTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<EndTableTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<EvolutionRockTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<FossilCleanerTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<FossilDisplayTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<FossilMachineTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<FridgeTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<GracideaTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<GymSignTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<HealerTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<IlexShrineTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<InfuserTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<MowerTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<MultiCouchTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<MusicBlockTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<MysteryBoxTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<OrbTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<OvenTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<PCTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<PixelmonSpawnerTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<PokeChestTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<PokeDisplayTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<PokeGiftTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<PokeStopTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<ReassemblyUnitTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<ScrollTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<CustomSignTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<TemporaryLightTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<BellTileEntity>> static final net.neoforged.neoforge.registries.DeferredRegister
<net.minecraft.world.level.block.entity.BlockEntityType<?>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<TimespaceAltarTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<TradeMachineTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<TrashCanTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<TVTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<TV3TileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<VendingMachineTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<WarpPlateTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<WashingMachineTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<WaterFloatTileEntity>> static Supplier
<net.minecraft.world.level.block.entity.BlockEntityType<ZygardeCellTileEntity>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
registerTileEntityRenderers
(net.neoforged.neoforge.client.event.EntityRenderersEvent.RegisterRenderers event)
-
Field Details
-
TILE_ENTITIES
public static final net.neoforged.neoforge.registries.DeferredRegister<net.minecraft.world.level.block.entity.BlockEntityType<?>> TILE_ENTITIES -
HEALER
public static Supplier<net.minecraft.world.level.block.entity.BlockEntityType<HealerTileEntity>> HEALER -
FRIDGE
public static Supplier<net.minecraft.world.level.block.entity.BlockEntityType<FridgeTileEntity>> FRIDGE -
BOX
-
EVOLUTION_ROCK
public static Supplier<net.minecraft.world.level.block.entity.BlockEntityType<EvolutionRockTileEntity>> EVOLUTION_ROCK -
CLOCK
public static Supplier<net.minecraft.world.level.block.entity.BlockEntityType<ClockTileEntity>> CLOCK -
TIDAL_BELL
public static Supplier<net.minecraft.world.level.block.entity.BlockEntityType<BellTileEntity>> TIDAL_BELL -
CLEAR_BELL
public static Supplier<net.minecraft.world.level.block.entity.BlockEntityType<BellTileEntity>> CLEAR_BELL -
INFUSER
public static Supplier<net.minecraft.world.level.block.entity.BlockEntityType<InfuserTileEntity>> INFUSER -
COOKING_POT
public static Supplier<net.minecraft.world.level.block.entity.BlockEntityType<CookingPotTileEntity>> COOKING_POT -
FOSSIL_MACHINE
public static Supplier<net.minecraft.world.level.block.entity.BlockEntityType<FossilMachineTileEntity>> FOSSIL_MACHINE -
FOSSIL_CLEANER
public static Supplier<net.minecraft.world.level.block.entity.BlockEntityType<FossilCleanerTileEntity>> FOSSIL_CLEANER -
FOSSIL_DISPLAY
public static Supplier<net.minecraft.world.level.block.entity.BlockEntityType<FossilDisplayTileEntity>> FOSSIL_DISPLAY -
PIXELMON_SPAWNER
public static Supplier<net.minecraft.world.level.block.entity.BlockEntityType<PixelmonSpawnerTileEntity>> PIXELMON_SPAWNER -
BIRD_SHRINE
public static Supplier<net.minecraft.world.level.block.entity.BlockEntityType<BirdShrineTileEntity>> BIRD_SHRINE -
TIMESPACE_ALTAR
public static Supplier<net.minecraft.world.level.block.entity.BlockEntityType<TimespaceAltarTileEntity>> TIMESPACE_ALTAR -
ILEX_SHRINE
public static Supplier<net.minecraft.world.level.block.entity.BlockEntityType<IlexShrineTileEntity>> ILEX_SHRINE -
ARC_CHALICE
public static Supplier<net.minecraft.world.level.block.entity.BlockEntityType<ArcChaliceTileEntity>> ARC_CHALICE -
DECORATIVE
public static Supplier<net.minecraft.world.level.block.entity.BlockEntityType<DecorativeBaseTileEntity>> DECORATIVE -
POKE_CHEST
public static Supplier<net.minecraft.world.level.block.entity.BlockEntityType<PokeChestTileEntity>> POKE_CHEST -
CLONING_MACHINE
public static Supplier<net.minecraft.world.level.block.entity.BlockEntityType<CloningMachineTileEntity>> CLONING_MACHINE -
WARP_PLATE
public static Supplier<net.minecraft.world.level.block.entity.BlockEntityType<WarpPlateTileEntity>> WARP_PLATE -
GRACIDEA
public static Supplier<net.minecraft.world.level.block.entity.BlockEntityType<GracideaTileEntity>> GRACIDEA -
DECORATIVE_TREE
public static Supplier<net.minecraft.world.level.block.entity.BlockEntityType<TreeTileEntity>> DECORATIVE_TREE -
TRASH_CAN
public static Supplier<net.minecraft.world.level.block.entity.BlockEntityType<TrashCanTileEntity>> TRASH_CAN -
TV
-
TV3
-
END_TABLE
public static Supplier<net.minecraft.world.level.block.entity.BlockEntityType<EndTableTileEntity>> END_TABLE -
TEMPORARY_LIGHT
public static Supplier<net.minecraft.world.level.block.entity.BlockEntityType<TemporaryLightTileEntity>> TEMPORARY_LIGHT -
POKE_GIFT
public static Supplier<net.minecraft.world.level.block.entity.BlockEntityType<PokeGiftTileEntity>> POKE_GIFT -
GYM_SIGN
public static Supplier<net.minecraft.world.level.block.entity.BlockEntityType<GymSignTileEntity>> GYM_SIGN -
VENDING_MACHINE
public static Supplier<net.minecraft.world.level.block.entity.BlockEntityType<VendingMachineTileEntity>> VENDING_MACHINE -
WATER_FLOAT
public static Supplier<net.minecraft.world.level.block.entity.BlockEntityType<WaterFloatTileEntity>> WATER_FLOAT -
ORB
-
MOWER
public static Supplier<net.minecraft.world.level.block.entity.BlockEntityType<MowerTileEntity>> MOWER -
WASHING_MACHINE
public static Supplier<net.minecraft.world.level.block.entity.BlockEntityType<WashingMachineTileEntity>> WASHING_MACHINE -
REASSEMBLY_UNIT
public static Supplier<net.minecraft.world.level.block.entity.BlockEntityType<ReassemblyUnitTileEntity>> REASSEMBLY_UNIT -
ZYGARDE_CELL
public static Supplier<net.minecraft.world.level.block.entity.BlockEntityType<ZygardeCellTileEntity>> ZYGARDE_CELL -
SCROLL
public static Supplier<net.minecraft.world.level.block.entity.BlockEntityType<ScrollTileEntity>> SCROLL -
MUSIC_BLOCK
public static Supplier<net.minecraft.world.level.block.entity.BlockEntityType<MusicBlockTileEntity>> MUSIC_BLOCK -
MULTI_COUCH
public static Supplier<net.minecraft.world.level.block.entity.BlockEntityType<MultiCouchTileEntity>> MULTI_COUCH -
PC
-
TRADE_MACHINE
public static Supplier<net.minecraft.world.level.block.entity.BlockEntityType<TradeMachineTileEntity>> TRADE_MACHINE -
SIGN
public static Supplier<net.minecraft.world.level.block.entity.BlockEntityType<CustomSignTileEntity>> SIGN -
MYSTERY_BOX
public static Supplier<net.minecraft.world.level.block.entity.BlockEntityType<MysteryBoxTileEntity>> MYSTERY_BOX -
POKE_DISPLAY
public static Supplier<net.minecraft.world.level.block.entity.BlockEntityType<PokeDisplayTileEntity>> POKE_DISPLAY -
POKESTOP
public static Supplier<net.minecraft.world.level.block.entity.BlockEntityType<PokeStopTileEntity>> POKESTOP -
OVEN
-
-
Constructor Details
-
TileEntityRegistration
public TileEntityRegistration()
-
-
Method Details
-
registerTileEntityRenderers
public static void registerTileEntityRenderers(net.neoforged.neoforge.client.event.EntityRenderersEvent.RegisterRenderers event)
-