public static class RedstoneController.ReceivingRedstoneMode<T extends net.minecraft.tileentity.TileEntity & IRedstoneControl<T>> extends RedstoneController.RedstoneMode<T>
| Constructor and Description |
|---|
ReceivingRedstoneMode(java.lang.String id,
net.minecraft.item.ItemStack stackIcon,
java.util.function.Predicate<T> runPredicate) |
ReceivingRedstoneMode(java.lang.String id,
net.minecraft.util.ResourceLocation texture,
java.util.function.Predicate<T> runPredicate) |
getId, getTexture, getTranslationKeypublic ReceivingRedstoneMode(java.lang.String id,
net.minecraft.util.ResourceLocation texture,
java.util.function.Predicate<T> runPredicate)
public ReceivingRedstoneMode(java.lang.String id,
net.minecraft.item.ItemStack stackIcon,
java.util.function.Predicate<T> runPredicate)