Class EntityStorage
java.lang.Object
com.jozufozu.flywheel.impl.visualization.storage.Storage<net.minecraft.world.entity.Entity>
com.jozufozu.flywheel.impl.visualization.manager.EntityStorage
-
Field Summary
Fields inherited from class com.jozufozu.flywheel.impl.visualization.storage.Storage
dynamicVisuals, litVisuals, simpleDynamicVisuals, simpleTickableVisuals, tickableVisuals, visualizationContextSupplier -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected @Nullable VisualcreateRaw(net.minecraft.world.entity.Entity obj) booleanwillAccept(net.minecraft.world.entity.Entity entity) Is the given object currently capable of being added?Methods inherited from class com.jozufozu.flywheel.impl.visualization.storage.Storage
add, enqueueLightUpdateSection, framePlan, getAllVisuals, invalidate, recreateAll, remove, tickPlan, update
-
Constructor Details
-
EntityStorage
-
-
Method Details
-
createRaw
-
willAccept
public boolean willAccept(net.minecraft.world.entity.Entity entity) Description copied from class:StorageIs the given object currently capable of being added?- Specified by:
willAcceptin classStorage<net.minecraft.world.entity.Entity>- Returns:
- true if the object is currently capable of being visualized.
-