Class RedstoneController.ReceivingRedstoneMode<T extends net.minecraft.world.level.block.entity.BlockEntity & IRedstoneControl<T>>
java.lang.Object
me.desht.pneumaticcraft.common.block.entity.RedstoneController.RedstoneMode<T>
me.desht.pneumaticcraft.common.block.entity.RedstoneController.ReceivingRedstoneMode<T>
- Enclosing class:
- RedstoneController<T extends net.minecraft.world.level.block.entity.BlockEntity & IRedstoneControl<T>>
public static class RedstoneController.ReceivingRedstoneMode<T extends net.minecraft.world.level.block.entity.BlockEntity & IRedstoneControl<T>>
extends RedstoneController.RedstoneMode<T>
-
Constructor Summary
ConstructorsConstructorDescriptionReceivingRedstoneMode(String id, net.minecraft.resources.ResourceLocation texture, Predicate<T> runPredicate) ReceivingRedstoneMode(String id, net.minecraft.world.item.ItemStack stackIcon, Predicate<T> runPredicate) -
Method Summary
Methods inherited from class me.desht.pneumaticcraft.common.block.entity.RedstoneController.RedstoneMode
getId, getTexture, getTranslationKey
-
Constructor Details
-
ReceivingRedstoneMode
-
ReceivingRedstoneMode
-