SuperLeadRope/.idea/inspectionProfiles/Project_Default.xml
3944Realms ec373ee1cf feather:
1.渲染由客户端世界Tick进行
2.优化了些细节实现(如拴绳交互)
3.提供可调配的实体配置(用于过滤拴绳拉动和拴绳传送)
fix:
1.移除旧的技术实体实现,转为Tick计算力
2.修复C/S网络同步问题
2025-09-09 00:10:26 +08:00

9 lines
675 B
XML

<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="AutoCloseableResource" enabled="true" level="WARNING" enabled_by_default="true">
<option name="METHOD_MATCHER_CONFIG" value="java.util.Formatter,format,java.io.Writer,append,com.google.common.base.Preconditions,checkNotNull,org.hibernate.Session,close,java.io.PrintWriter,printf,java.io.PrintStream,printf,net.minecraft.world.entity.Entity,level" />
</inspection_tool>
<inspection_tool class="ClassCanBeRecord" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
</profile>
</component>