Package me.alexdevs.classicPeripherals
Class ModRegistry.Blocks
java.lang.Object
me.alexdevs.classicPeripherals.ModRegistry.Blocks
- Enclosing class:
ModRegistry
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RegistrySupplier<RadioAntennaBlock> static final RegistrySupplier<CryptographicAcceleratorBlock> static final RegistrySupplier<CryptographicAcceleratorSlimBlock> static final RegistrySupplier<NfcReaderBlock> static final RegistrySupplier<RfidScannerBlock> static final RegistrySupplier<ScannerBlock> static final RegistrySupplier<RadioTowerControllerBlock> static final RegistrySupplier<RadioTowerAntennaBlock> static final RegistrySupplier<RadioTowerPoleBlock> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleannever(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.BlockGetter blockGetter, net.minecraft.core.BlockPos pos) static booleannever(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.BlockGetter blockGetter, net.minecraft.core.BlockPos pos, net.minecraft.world.entity.EntityType<?> entity)
-
Field Details
-
TOWER_BASE
-
TOWER_SEGMENT
-
TOWER_HEAD
-
ANTENNA
-
NFC_READER
-
RFID_SCANNER
-
CRYPTOGRAPHIC_ACCELERATOR
-
CRYPTOGRAPHIC_ACCELERATOR_SLIM
public static final RegistrySupplier<CryptographicAcceleratorSlimBlock> CRYPTOGRAPHIC_ACCELERATOR_SLIM -
SCANNER
-
-
Constructor Details
-
Blocks
public Blocks()
-
-
Method Details
-
never
public static boolean never(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.BlockGetter blockGetter, net.minecraft.core.BlockPos pos, net.minecraft.world.entity.EntityType<?> entity) -
never
public static boolean never(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.BlockGetter blockGetter, net.minecraft.core.BlockPos pos)
-