public abstract static class RedstoneController.RedstoneMode<T extends net.minecraft.tileentity.TileEntity & IRedstoneControl<T>>
extends java.lang.Object
| Constructor and Description |
|---|
RedstoneMode(java.lang.String id,
net.minecraft.item.ItemStack stackIcon,
java.util.function.Predicate<T> runPredicate,
java.util.function.Predicate<T> emissionPredicate) |
RedstoneMode(java.lang.String id,
net.minecraft.util.ResourceLocation texture,
java.util.function.Predicate<T> runPredicate,
java.util.function.Predicate<T> emissionPredicate) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId() |
com.mojang.datafixers.util.Either<net.minecraft.item.ItemStack,net.minecraft.util.ResourceLocation> |
getTexture() |
java.lang.String |
getTranslationKey() |