Package me.alexdevs.classicPeripherals
Class ModRegistry.TileEntities
java.lang.Object
me.alexdevs.classicPeripherals.ModRegistry.TileEntities
- Enclosing class:
ModRegistry
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RegistrySupplier<net.minecraft.world.level.block.entity.BlockEntityType<RadioAntennaBlockEntity>> static final RegistrySupplier<net.minecraft.world.level.block.entity.BlockEntityType<CryptographicAcceleratorBlockEntity>> static final RegistrySupplier<net.minecraft.world.level.block.entity.BlockEntityType<CryptographicAcceleratorSlimBlockEntity>> static final RegistrySupplier<net.minecraft.world.level.block.entity.BlockEntityType<NfcReaderBlockEntity>> static final RegistrySupplier<net.minecraft.world.level.block.entity.BlockEntityType<RfidScannerBlockEntity>> static final RegistrySupplier<net.minecraft.world.level.block.entity.BlockEntityType<ScannerBlockEntity>> static final RegistrySupplier<net.minecraft.world.level.block.entity.BlockEntityType<RadioTowerControllerBlockEntity>> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TOWER_BASE
public static final RegistrySupplier<net.minecraft.world.level.block.entity.BlockEntityType<RadioTowerControllerBlockEntity>> TOWER_BASE -
ANTENNA
public static final RegistrySupplier<net.minecraft.world.level.block.entity.BlockEntityType<RadioAntennaBlockEntity>> ANTENNA -
NFC_READER
public static final RegistrySupplier<net.minecraft.world.level.block.entity.BlockEntityType<NfcReaderBlockEntity>> NFC_READER -
RFID_SCANNER
public static final RegistrySupplier<net.minecraft.world.level.block.entity.BlockEntityType<RfidScannerBlockEntity>> RFID_SCANNER -
CRYPTOGRAPHIC_ACCELERATOR
public static final RegistrySupplier<net.minecraft.world.level.block.entity.BlockEntityType<CryptographicAcceleratorBlockEntity>> CRYPTOGRAPHIC_ACCELERATOR -
CRYPTOGRAPHIC_ACCELERATOR_SLIM
public static final RegistrySupplier<net.minecraft.world.level.block.entity.BlockEntityType<CryptographicAcceleratorSlimBlockEntity>> CRYPTOGRAPHIC_ACCELERATOR_SLIM -
SCANNER
public static final RegistrySupplier<net.minecraft.world.level.block.entity.BlockEntityType<ScannerBlockEntity>> SCANNER
-
-
Constructor Details
-
TileEntities
public TileEntities()
-