Class SingleInputOptionDisplay
java.lang.Object
com.github.retrooper.packetevents.protocol.recipe.SingleInputOptionDisplay
This is a representation of some strange vanilla concept
specific to stonecutters.
Seems like a hack to make stonecutters work with their rewritten recipe system, but I'm not too sure about what this really is for.
-
Constructor Summary
ConstructorDescriptionSingleInputOptionDisplay
(MappedEntitySet<ItemType> input, SlotDisplay<?> optionDisplay) -
Method Summary
Modifier and TypeMethodDescriptiongetInput()
SlotDisplay
<?> static SingleInputOptionDisplay
read
(PacketWrapper<?> wrapper) void
setInput
(MappedEntitySet<ItemType> input) void
setOptionDisplay
(SlotDisplay<?> optionDisplay) static void
write
(PacketWrapper<?> wrapper, SingleInputOptionDisplay recipe)
-
Constructor Details
-
SingleInputOptionDisplay
-
-
Method Details
-
read
-
write
-
getInput
-
setInput
-
getOptionDisplay
-
setOptionDisplay
-