Package codechicken.translocators.part
Class FluidTranslocatorPart
java.lang.Object
codechicken.multipart.api.part.BaseMultipart
codechicken.translocators.part.TranslocatorPart
codechicken.translocators.part.FluidTranslocatorPart
- All Implemented Interfaces:
codechicken.multipart.api.part.FacePart,codechicken.multipart.api.part.MultiPart,codechicken.multipart.api.part.NormalOcclusionPart,codechicken.multipart.api.part.SlottedPart,codechicken.multipart.api.part.TickablePart
Created by covers1624 on 10/11/2017.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class codechicken.translocators.part.TranslocatorPart
a_eject, a_insertpos, b_eject, b_insertpos, base, base_parts, basePartShapes, basePartsJoined, baseShape, boxes, boxShapes, fast, HIT_BASE, HIT_INSERT, invert_redstone, PLACEMENT_SOUND, redstone, side -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class codechicken.translocators.part.TranslocatorPart
activate, canConnect, canEject, canInsert, drop, dropIfCantStay, dropItem, getCloneStack, getCollisionShape, getDrops, getIconIndex, getInsertBounds, getInteractionShape, getOcclusionShape, getOther, getPlacementSound, getRenderBounds, getShape, getSlotMask, load, markUpdate, onNeighborBlockChanged, onPartChanged, openGui, readDesc, readFlags, readUpdate, redstoneConductionMap, save, sendFlagsUpdate, sendIncUpdate, setupPlacement, stripModifiers, writeDesc, writeFlagsMethods inherited from class codechicken.multipart.api.part.BaseMultipart
bind, hasTile, tileMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface codechicken.multipart.api.part.MultiPart
addDestroyEffects, addHitEffects, addLandingEffects, addRunningEffects, capCache, click, getBlockSupportShape, getExplosionResistance, getLightEmission, getRenderOcclusionShape, getStrength, getVisualShape, harvest, hasLevel, hasTile, invalidateConvertedTile, level, onAdded, onChunkLoad, onChunkUnload, onConverted, onEntityCollision, onEntityStanding, onMoved, onRemoved, onWorldJoin, onWorldSeparate, pos, preRemove, scheduledTick, scheduleTick, sendUpdate, tileMethods inherited from interface codechicken.multipart.api.part.NormalOcclusionPart
occlusionTest
-
Field Details
-
movingLiquids
-
exitingLiquids
-
-
Constructor Details
-
FluidTranslocatorPart
public FluidTranslocatorPart()
-
-
Method Details
-
getItem
public net.minecraft.world.item.ItemStack getItem()- Specified by:
getItemin classTranslocatorPart
-
getTType
public int getTType()- Specified by:
getTTypein classTranslocatorPart
-
getType
public codechicken.multipart.api.MultipartType<?> getType() -
canStay
public boolean canStay()- Specified by:
canStayin classTranslocatorPart
-
tick
public void tick()- Specified by:
tickin interfacecodechicken.multipart.api.part.TickablePart- Overrides:
tickin classTranslocatorPart
-
getOutputs
public int[] getOutputs() -
getMovingLiquids
-
readIncUpdate
public void readIncUpdate(codechicken.lib.data.MCDataInput packet) Description copied from class:TranslocatorPartCalled when our Incremental update packet arrives.- Overrides:
readIncUpdatein classTranslocatorPart- Parameters:
packet- The packet to read data from.
-