Package com.hammy275.immersivemc.api.common.immersive
package com.hammy275.immersivemc.api.common.immersive
-
ClassDescriptionImmersiveHandler<S extends NetworkStorage>While an
Immersive
defines how a client should work with a block-based Immersive, an ImmersiveHandler handles both the server-half of a block-based Immersive, along with the shared, common portion.MultiblockImmersiveHandler<S extends NetworkStorage>A version of theImmersiveHandler
with support for multiblock structures.An object that can be written into and out of a buffer.WorldStorageHandler<S extends NetworkStorage>AnImmersiveHandler
that saves and loads from world save data usingWorldStorage
instances.