Class SimpleCraftingWindow
java.lang.Object
com.hypixel.hytale.server.core.entity.entities.player.windows.Window
com.hypixel.hytale.server.core.entity.entities.player.windows.BlockWindow
com.hypixel.hytale.builtin.crafting.window.BenchWindow
com.hypixel.hytale.builtin.crafting.window.CraftingWindow
com.hypixel.hytale.builtin.crafting.window.SimpleCraftingWindow
- All Implemented Interfaces:
MaterialContainerWindow,ValidatedWindow
-
Nested Class Summary
Nested classes/interfaces inherited from class com.hypixel.hytale.server.core.entity.entities.player.windows.Window
Window.WindowCloseEvent -
Field Summary
Fields inherited from class com.hypixel.hytale.builtin.crafting.window.CraftingWindow
CRAFT_COMPLETED, CRAFT_COMPLETED_INSTANT, SET_BLOCK_SETTINGSFields inherited from class com.hypixel.hytale.builtin.crafting.window.BenchWindow
bench, BENCH_UPGRADING, benchState, windowDataFields inherited from class com.hypixel.hytale.server.core.entity.entities.player.windows.BlockWindow
blockType, rotationIndex, x, y, zFields inherited from class com.hypixel.hytale.server.core.entity.entities.player.windows.Window
CLIENT_REQUESTABLE_WINDOW_TYPES, closeEventRegistry, isDirty, LOGGER, needRebuild, windowType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleAction(Ref<EntityStore> ref, Store<EntityStore> store, WindowAction action) voidinit(PlayerRef playerRef, WindowManager manager) Methods inherited from class com.hypixel.hytale.builtin.crafting.window.CraftingWindow
craftSimpleItem, onClose0, onOpen0, setBlockInteractionStateMethods inherited from class com.hypixel.hytale.builtin.crafting.window.BenchWindow
getBenchTierLevel, getData, getExtraResourcesSection, invalidateExtraResources, isValid, updateBenchTierLevel, updateBenchUpgradeJob, updateCraftingJobMethods inherited from class com.hypixel.hytale.server.core.entity.entities.player.windows.BlockWindow
getBlockType, getMaxDistance, getRotationIndex, getX, getY, getZ, setMaxDistance, validateMethods inherited from class com.hypixel.hytale.server.core.entity.entities.player.windows.Window
close, consumeIsDirty, consumeNeedRebuild, equals, getId, getPlayerRef, getType, hashCode, invalidate, onClose, onOpen, registerCloseEvent, registerCloseEvent, registerCloseEvent, setId, setNeedRebuildMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hypixel.hytale.server.core.entity.entities.player.windows.MaterialContainerWindow
getExtraResourcesSection, invalidateExtraResources, isValid
-
Constructor Details
-
SimpleCraftingWindow
-
-
Method Details
-
init
-
handleAction
public void handleAction(@Nonnull Ref<EntityStore> ref, @Nonnull Store<EntityStore> store, @Nonnull WindowAction action) - Overrides:
handleActionin classWindow
-